Fix register accesses on x86 'test' instruction#1751
Fix register accesses on x86 'test' instruction#1751aquynh merged 1 commit intocapstone-engine:v4from
Conversation
|
can you make pull req for the v4 branch instead, please? |
@aquynh Since we only use We could also delete or put a notice in the master branch to migrate to the |
8e73924 to
63447f0
Compare
|
I changed it to merge on the |
|
merged, thanks! |
yes, i plan to do so. but perhaps it is better to move this whole repo to an organization, so more people can join to manage the project. |
That's good news. Note that migrating the repo under a new organization is independent of changing the default branch (you can do one but not the other). |
testdoesn't modify any of it's operands according to the intel documentation. In some cases, capstone reports that the first operand is written.I don't know if those files should be modified by hands but that's what I did, if I should do it differently let me know.